home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / go_away_fly.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  179 b   |  9 lines

  1. gLoad = getBytesLoaded();
  2. gByte = getBytesTotal();
  3. vari = Math.floor(100 * gLoad / gByte);
  4. if(vari >= 100 && must_view == true)
  5. {
  6.    stopAllSounds();
  7.    gotoAndPlay(6);
  8. }
  9.